home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libgnome-pilot2.postinst < prev    next >
Text File  |  2009-06-03  |  205b  |  13 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. [ "$1" = "configure" ] && [ -x /sbin/ldconfig ] && /sbin/ldconfig
  6.  
  7. # Automatically added by dh_makeshlibs
  8. if [ "$1" = "configure" ]; then
  9.     ldconfig
  10. fi
  11. # End automatically added section
  12.  
  13.